TObjectEnumerable<T> class overview.
Properties
| Name | Description |
|
Items |
Provides indexed access to elements in the enumeration.
|
Methods
| Name | Description |
|
Contains |
Checks whether the enumeration contains the specified entity instance.
|
|
Count |
Indicates the number of elements in the enumeration.
|
|
First |
Returns the first element of the enumeration.
|
|
Last |
Returns the last element of the enumeration.
|
|
MetaType |
Indicates the meta-type of the enumeration elements.
|
|
Single |
Returns the only element in the enumeration.
|
|
ToList |
Returns the enumeration as a TList instance.
|